home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFRHILIGHTFORM / TFRHILIGHTFORM.txt
Text File  |  2002-03-27  |  3KB  |  156 lines

  1. object frHilightForm: TfrHilightForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Hilight attributes'
  7.   ClientHeight = 253
  8.   ClientWidth = 229
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 4
  21.     Top = 56
  22.     Width = 221
  23.     Height = 85
  24.     Caption = 'Font'
  25.     TabOrder = 0
  26.     object SpeedButton1: TfrSpeedButton
  27.       Left = 140
  28.       Top = 48
  29.       Width = 70
  30.       Height = 25
  31.       Caption = 'Color...'
  32.       NumGlyphs = 2
  33.       OnClick = SpeedButton1Click
  34.     end
  35.     object CB1: TCheckBox
  36.       Left = 8
  37.       Top = 20
  38.       Width = 97
  39.       Height = 17
  40.       HelpContext = 67
  41.       Caption = 'Bold'
  42.       TabOrder = 0
  43.     end
  44.     object CB2: TCheckBox
  45.       Left = 8
  46.       Top = 40
  47.       Width = 97
  48.       Height = 17
  49.       HelpContext = 76
  50.       Caption = 'Italic'
  51.       TabOrder = 1
  52.     end
  53.     object CB3: TCheckBox
  54.       Left = 8
  55.       Top = 60
  56.       Width = 105
  57.       Height = 17
  58.       HelpContext = 85
  59.       Caption = 'Underline'
  60.       TabOrder = 2
  61.     end
  62.   end
  63.   object GroupBox2: TGroupBox
  64.     Left = 4
  65.     Top = 148
  66.     Width = 221
  67.     Height = 65
  68.     Caption = 'Background'
  69.     TabOrder = 1
  70.     object SpeedButton2: TfrSpeedButton
  71.       Left = 140
  72.       Top = 28
  73.       Width = 70
  74.       Height = 25
  75.       Caption = 'Color...'
  76.       OnClick = SpeedButton2Click
  77.     end
  78.     object RB1: TRadioButton
  79.       Left = 8
  80.       Top = 20
  81.       Width = 113
  82.       Height = 17
  83.       HelpContext = 92
  84.       Caption = 'Transparent'
  85.       Checked = True
  86.       TabOrder = 0
  87.       TabStop = True
  88.       OnClick = RB1Click
  89.     end
  90.     object RB2: TRadioButton
  91.       Left = 8
  92.       Top = 40
  93.       Width = 113
  94.       Height = 17
  95.       HelpContext = 103
  96.       Caption = 'Other'
  97.       TabOrder = 1
  98.       OnClick = RB1Click
  99.     end
  100.   end
  101.   object Button3: TButton
  102.     Left = 70
  103.     Top = 224
  104.     Width = 75
  105.     Height = 25
  106.     HelpContext = 40
  107.     Caption = 'OK'
  108.     Default = True
  109.     ModalResult = 1
  110.     TabOrder = 2
  111.   end
  112.   object Button4: TButton
  113.     Left = 150
  114.     Top = 224
  115.     Width = 75
  116.     Height = 25
  117.     HelpContext = 50
  118.     Cancel = True
  119.     Caption = 'Cancel'
  120.     ModalResult = 2
  121.     TabOrder = 3
  122.   end
  123.   object GroupBox3: TGroupBox
  124.     Left = 4
  125.     Top = 4
  126.     Width = 221
  127.     Height = 45
  128.     Caption = 'Condition'
  129.     TabOrder = 4
  130.     object Edit1: TfrComboEdit
  131.       Left = 8
  132.       Top = 16
  133.       Width = 205
  134.       Height = 21
  135.       HelpContext = 113
  136.       Style = csSimple
  137.       ItemHeight = 13
  138.       TabOrder = 0
  139.       Glyph.Data = {
  140.         D6000000424DD60000000000000076000000280000000C0000000C0000000100
  141.         0400000000006000000000000000000000000000000000000000000000000000
  142.         80000080000000808000800000008000800080800000C0C0C000808080000000
  143.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00707777777777
  144.         0000770777777777000077087007007700007780778007770000778087700077
  145.         0000777087007807000077780777777700007700000777770000777708777777
  146.         0000777700780777000077777000777700007777777777770000}
  147.       OnButtonClick = Edit1ButtonClick
  148.     end
  149.   end
  150.   object ColorDialog1: TColorDialog
  151.     Ctl3D = True
  152.     Left = 174
  153.     Top = 76
  154.   end
  155. end
  156.